begin transaction造句
例句与造句
- a transaction starts at the begin transaction statement
一个事务从执行begintransaction语句开始。 - is the name assigned to the transaction on begin transaction
是为begintransaction上的事务分配的名称。 - must be the name from the outermost begin transaction statement
必须是最外面的begintransaction语句中的名称。 - begin transaction;-receive
命令总是位于事务中 - roll back all statements to the outermost begin transaction
的rollbacktransaction语句将所有语句回滚到最外面的begintransaction。 - It's difficult to find begin transaction in a sentence. 用begin transaction造句挺难的
- begin transaction starts a local transaction for the connection issuing the statement
begintransaction为发出本语句的连接启动一个本地事务。 - explicitly start a transaction through an api function or by issuing the transact-sql begin transaction statement
通过api函数或通过发出transact-sqlbegintransaction语句来显式启动事务。 - begin transaction represents a point at which the data referenced by a connection is logically and physically consistent
begintransaction代表一点,由连接引用的数据在该点逻辑和物理上都一致的。 - when nesting transactions, this same statement rolls back all inner transactions to the outermost begin transaction statement
嵌套事务时,该语句将所有内层事务回滚到最外面的begintransaction语句。 - it is important to understand that a begin transaction statement issued in the trigger is actually beginning a nested transaction
了解在触发器中发出begintransaction语句实际上是开始了一个嵌套事务这一点很重要。 - issuing a begin transaction statement after a rollback will stop the error from being raised, but this could cause problems with application logic
在回滚后发出begintransaction语句可以阻止错误的发生,但这样可能会导致应用程序逻辑出现问题。 - if errors are encountered, all data modifications made after the begin transaction can be rolled back to return the data to this known state of consistency
如果遇上错误,在begintransaction之后的所有数据改动都能进行回滚,以将数据返回到已知的一致状态。 - however, if the transaction is a local transaction started at the data source for example, executing the begin transaction statement explicitly using a
方法开始了某个事务,enlisttransaction将引发异常。但是,如果事务是在数据源上开始的本地事务(例如使用 - however, if the transaction is a local transaction started at the data source for example, by explicitly executing the begin transaction statement using an
但是,如果该事务是在数据源启动的一个本地事务例如,通过使用oledbcommand对象显式执行begintransaction语句,则 - the local transaction started by the begin transaction statement is escalated to a distributed transaction if the following actions are performed before the statement is committed or rolled back
如果在语句提交或回滚之前执行了如下操作,由begintransaction语句启动的本地事务将升级为分布式事务:
更多例句: 下一页